regexp.input.step (method)

16 uses

	regexp (current package)
		backtrack.go#L209: 			r, width := i.step(pos)
		backtrack.go#L218: 			r, width := i.step(pos)
		backtrack.go#L227: 			r, width := i.step(pos)
		backtrack.go#L236: 			r, width := i.step(pos)
		backtrack.go#L357: 			_, width = i.step(pos)
		exec.go#L187: 	r, width = i.step(pos)
		exec.go#L189: 		r1, width1 = i.step(pos + width)
		exec.go#L214: 				r, width = i.step(pos)
		exec.go#L215: 				r1, width1 = i.step(pos + width)
		exec.go#L237: 			r1, width1 = i.step(pos + width)
		exec.go#L419: 	r, width = i.step(pos)
		exec.go#L421: 		r1, width1 = i.step(pos + width)
		exec.go#L439: 		r, width = i.step(pos)
		exec.go#L440: 		r1, width1 = i.step(pos + width)
		exec.go#L497: 			r1, width1 = i.step(pos + width)
		regexp.go#L379: 	step(pos int) (r rune, width int) // advance one rune